home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / hotpuzzle2.swf / scripts / frame_1 / PlaceObject2_7_27 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2005-07-06  |  322b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    loaded = int(_root.getBytesLoaded());
  3.    percent = int(loaded / total * 100);
  4.    set("_root:percent",percent + "%");
  5.    _root.loadbar.gotoAndStop(_currentframe - _currentframe + percent);
  6.    if(percent >= 100)
  7.    {
  8.       tellTarget("_root")
  9.       {
  10.          play();
  11.       }
  12.    }
  13. }
  14.